<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#container {
	width: 400px;
	height: 380px;
	margin: 0 auto;
}

h1 {
	margin-bottom: 20px;
	border-bottom: 2px solid #000;
	text-align: center;
	padding-bottom: 5px;
	font-family: "宋体";
	font-size: 28px;
	font-weight: bold;
}

h1 a {
	color: #000;
	text-decoration: none;
}

ul#continents3 {
	list-style: none;
	width: 400px;
	height: 380px;
	position: relative;
	background: url(images/hn.png) no-repeat 0 0;
}

 ul#continents3 li {
	position: absolute;
}

.hk {
	width: 54px;
	height: 30px;
	top: 14px;
	left: 256px;
	background: url(images/fi1.png) no-repeat 50% 0;
	z-index: 100;
}

.wc {
	width: 54px;
	height: 30px;
	top: 45px;
	left: 342px;
	background: url(images/fi1.png) no-repeat 50% 0;
	z-index: 99;
}
.cm {
	width: 54px;
	height: 30px;
	top: 54px;
	left: 203px;
	background: url(images/fi1.png) no-repeat 50% 0;
	z-index: 98;
}
.da {
	width: 54px;
	height: 30px;
	top: 96px;
	left: 254px;
	background: url(images/fi1.png) no-repeat 50% 0;
	z-index: 96;
}
.lg {
	width: 54px;
	height: 30px;
	top: 55px;
	left: 151px;
	background: url(images/fi1.png) no-repeat 50% 0;
	z-index: 98;
}
.dz {
	width: 54px;
	height: 30px;
	top: 91px;
	left: 103px;
	background: url(images/fi1.png) no-repeat 50% 0;
	z-index: 95;
}
.qh {
	width: 54px;
	height: 30px;
	top: 155px;
	left: 289px;
	background: url(images/fi1.png) no-repeat 50% 0;
	z-index: 93;
}
.wn {
	width: 54px;
	height: 30px;
	top: 225px;
	left: 256px;
	background: url(images/fi1.png) no-repeat 50% 0;
	z-index: 90;
}
.bs {
	width: 54px;
	height: 30px;
	top: 155px;
	left: 93px;
	background: url(images/fi1.png) no-repeat 50% 0;
	z-index: 94;
}
.bt {
	width: 54px;
	height: 30px;
	top: 276px;
	left: 136px;
	background: url(images/fi1.png) no-repeat 50% 0;
	z-index: 88;
}
.df {
	width: 54px;
	height: 30px;
	top: 198px;
	left: -2px;
	background: url(images/fi1.png) no-repeat 50% 0;
	z-index: 91;
}
.ls {
	width: 54px;
	height: 30px;
	top: 279px;
	left: 197px;
	background: url(images/fi1.png) no-repeat 50% 0;
	z-index: 89;
}
.qz {
	width: 54px;
	height: 30px;
	top: 180px;
	left: 178px;
	background: url(images/fi1.png) no-repeat 50% 0;
	z-index: 92;
}
.sy {
	width: 54px;
	height: 30px;
	top: 327px;
	left: 129px;
	background: url(images/fi1.png) no-repeat 50% 0;
}
ul#continents3 li a  {
	display: block;
	outline: none;
	height: 100%;
}

ul#continents3 li a span {
	display: none;
}
ul#continents3 li a:hover span {
	display: block;
	padding: 5px;
	width: 200px;
	background: #000;
	position: relative;
	top: 50%;
	left:-50px;
	opacity: .75;
	filter:alpha(opacity=75);
	color: #FFF;
	font-family: "宋体";
	font-size: 13px;
	z-index: 2;
}

ul#continents3 li a:hover span strong {
	display: block;
	margin-bottom: 2px;
	font-size: 20px;
	text-decoration: underline;
	
}</pre></body></html>